home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / setup_ut / chief200 / setupinf.inf < prev    next >
INI File  |  1995-09-15  |  514b  |  24 lines

  1.  
  2. ;; string table and stuff for SETUP.EXE
  3. ;; $#6=foreground color; 
  4. ;; $#7=background color; 
  5. ;; $#9=window brush
  6.  
  7. [SETUP]
  8. $#1=Initializing Install ...
  9. $#2=Install ERROR
  10. $#3=I cannot find
  11. $#4=I cannot initialize the Installer.
  12. $#5=Insufficent space on TEMP drive
  13. $#6=$00FFFF00
  14. $#7=$00000000
  15. $#8=I cannot run from the TEMP directory!
  16. $#9=4
  17.  
  18. [USER-FILES]
  19. ; User files for SETUP.EXE to copy to TEMP directory
  20. $TEMPDIR=SETUP.CHF
  21.  
  22. ; batch file to run at beginning of install
  23. $BATCH-FILE=SETUP.CHF
  24.